home *** CD-ROM | disk | FTP | other *** search
/ The Stock Market: Browser - Disc 1 / TheStockMarketRoyaltyFreeImages-BrowserDisc1-WinMac.bin / pc / English-US / Main.dir / 00008_Script_Launch Screen Frame Script < prev    next >
Text File  |  2000-02-10  |  255b  |  17 lines

  1. on exitFrame
  2.   everyframe(gLMenuButt)
  3.   everyframe(gOK2Butt)
  4.   go the frame
  5.   if rollover(14) or rollover(16) then
  6.     pointerCursor
  7.   else
  8.     normalCursor
  9.   end if
  10. end
  11.  
  12.  
  13. on Mousedown
  14. --  activate (glMenuButt)
  15. --  activate (gLOKButt)
  16. end
  17.